home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / CPP / MRCLEAN.ZIP / MRCMAIN.H < prev   
Encoding:
C/C++ Source or Header  |  1995-11-11  |  507 b   |  27 lines

  1. #ifndef __MRCMAIN_H
  2. #define __MRCMAIN_H
  3.  
  4. #include <stdio.h>
  5. #include <dir.h>
  6. #include <owl\applicat.h>
  7. #include <owl\framewin.h>
  8. #include <owl\checkbox.h>
  9. #include <owl\opensave.h>
  10. #include <owl\dialog.h>
  11. #include <owl\button.h>
  12. #include <owl\edit.h>
  13. #include <owl\listbox.h>
  14. #include <owl\radiobut.h>
  15. #include <owl\opensave.h>
  16. #include <owl\static.h>
  17. #define CLEAN 0
  18. #define CONFIG 1
  19. #define IDC_DUMMY 999
  20.  
  21. #include "mrclean.rh"
  22. #include "dialogs.h"
  23. #include "mrclean.h"
  24.  
  25. #endif
  26.  
  27.